Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uri gem as test dependency #148

Closed
wants to merge 1 commit into from
Closed

Conversation

zarqman
Copy link

@zarqman zarqman commented Aug 8, 2024

uri is missing as a gem dependency.

Fixes: (tested on ruby 3.3)

An error occurred while loading ./spec/client_threadsafe_spec.rb. Failure/Error: major_version, minor_version, _ = Gem.loaded_specs['uri'].version.to_s.split('.').map(&:to_i)

NoMethodError:
  undefined method `version' for nil

On ruby 3.3, fixes:

An error occurred while loading ./spec/client_threadsafe_spec.rb.
Failure/Error: major_version, minor_version, _ = Gem.loaded_specs['uri'].version.to_s.split('.').map(&:to_i)

NoMethodError:
  undefined method `version' for nil
@wallyqs wallyqs requested a review from palkan January 10, 2025 03:25
@palkan
Copy link
Collaborator

palkan commented Jan 10, 2025

Has been fixed in #154

@palkan palkan closed this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants